home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / dialip10.zip / README.RXP < prev    next >
Text File  |  1996-06-25  |  3KB  |  91 lines

  1.  
  2.   Read-Me for RXPOP 1.0
  3.   =====================
  4.   
  5.   Contents: Overview - Usage - History - Requirements - License - Author
  6.  
  7.  
  8.   Overview:
  9.   ---------
  10.  
  11.   RXPOP means REXX-Utils for POP-Mailing and enables to check a POP 
  12.   account and automatically download messages.
  13.  
  14.  
  15.   Usage:
  16.   ------
  17.  
  18.   * ChkPOP.cmd <POP-Server> <User-ID> <Passwort>
  19.  
  20.   ChkPOP means "Check POP" and checks if there are messages in your POP 
  21.   mailbox. If there are some ones, the size of each message is told to
  22.   you.
  23.  
  24.  
  25.   * GetPOP.cmd <POP-Server> <User-ID> <Passwort> <File-Mask>
  26.  
  27.   GetPOP means "Get POP mail" and downloads your mails and deletes them 
  28.   on the POP-Server. 
  29.   If File-Mask is a real mask (should contain up to 4 '?' so that 
  30.   SysTempFileName can calculate enough filenames), each message is stored 
  31.   in a single file that meets the given filemask. 
  32.   If File-Mask names a certain file (existing or not), the mails are 
  33.   appended to this file.
  34.  
  35.  
  36.   * PollPOP.cmd
  37.  
  38.   PollPOP means "Poll the POP-server" and is just an example how to force 
  39.   your system to download POP-mails automatically. It basically calls 
  40.   GetPOP.cmd in certain intervals. But: 
  41.   !!! This file has to be maintained by each user to work for him/she !!! 
  42.   This can easily be done with any text editor. You just put your data in 
  43.   the line where GetPOP.cmd is called.
  44.  
  45.  
  46.   History:
  47.   --------
  48.  
  49.   1.0   First Release
  50.   1.1   Better error handling in case of wrong username or password
  51.   1.2   Fixes for real RFC compatibility
  52.         Appends to one file if a filename is given instead of a filemask
  53.  
  54.  
  55.   Requirements:
  56.   -------------
  57.  
  58.   Of course, REXX and TCP/IP has to be installed. Also, a connection to your 
  59.   POP server must be possible.
  60.  
  61.   Further, the RXSock-Package is needed that is EWS-Ware (Employee Written 
  62.   Software, IBM) done by Patrick Mueller. I think it is part of the Warp IAK
  63.   and of Warp Connect's TCP/IP 3.0.
  64.   
  65.  
  66.   License:
  67.   --------
  68.   
  69.   From my point of view, this package is absolut Freeware.
  70.   If you like it, feel free to mail me or to send money :-))
  71.  
  72.   Freeware means that you may do anything you want, but: You may NOT get 
  73.   money for this packages except usual time-dependent online charges.
  74.  
  75.   Further, my scripts are based on one from Patrick Mueller, so his copyrights
  76.   and the usual EWS terms has also to be fulfilled.
  77.  
  78.  
  79.   About the author:
  80.   -----------------
  81.  
  82.   Name:         Christoph Lechleitner
  83.   EMail:        lech@lech.priv.at
  84.   Snail-Mail 1: Kugelfangweg 11 b, A-6063 Rum, Austria, Europe
  85.   Snail-Mail 2: Julius-Raab-Straße 10, A-4040 Linz/Dornach
  86.   Phone:        +43/512/269115 or +43/732/2457/432
  87.   WWW:          http://www.lech.priv.at/~lech/
  88.  
  89.   (Warning: I am going to change some of these things soon ...)
  90.  
  91.